CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transpose matrix

搜索资源列表

  1. Cpp0001

    0下载:
  2. 代码为c#代码,是c#关于矩阵运算的源代码,里面几乎包括了所有的矩阵运算如:矩阵相乘、转置、克隆-Code for the c# code, c# matrix operation on the source code, which includes almost all of the matrix operations such as: matrix multiplication, transpose, cloning, etc
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:136193
    • 提供者:刘亚彬
  1. 1

    0下载:
  2. 关于二维数组的矩阵转置的C代码,在visual C++下可运行-About two dimensional array matrix transpose C code, can be run under visual C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:164565
    • 提供者:gaobo
  1. mooc

    0下载:
  2. 矩阵转置的程序,采用了一种简单快捷的代码,占用内存少,可读性高,用于新手仿写-Matrix transpose program, using a simple code, less memory, readable, for the novice to write
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:395927
    • 提供者:冯阿蛮
  1. CalMatrix

    0下载:
  2. 矩阵计算器,可以完成10*10及其以内矩阵的加法,减法,乘法,转置和求秩运算。-Matrix calculator, and can be completed within 10* 10 matrix addition, subtraction, multiplication, transpose and rank demand computing.
  3. 所属分类:ComboBox

    • 发布日期:2017-05-09
    • 文件大小:1764217
    • 提供者:Stella
  1. 2119

    0下载:
  2. 编写一函数,实现矩阵(N行N列)的转置(即行列互换)。-Write a function, realization matrix (N) do N the transpose (i.e. ranks swap).
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6000
    • 提供者:mou948915
  1. 5100

    0下载:
  2. 对一个方阵转置,就是把原来的行号变列号,原来的列号变行号例如,如下的方阵:-On the transpose of a square matrix, that is, to the original line number column number, the original change line number of the column number of example, the following matrix:
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1031
    • 提供者:ya0983368
  1. CMatrixForCpp

    0下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:bi39944
  1. CPP117

    0下载:
  2. 利用Visual C++可视化编程环境来实现矩阵的转置、计数器的编写、质数的计算等功能。-Visual C++ using visual programming environment to implement the matrix transpose, the counter written, the calculation of the number of quality features
  3. 所属分类:Applications

    • 发布日期:2017-04-13
    • 文件大小:2240
    • 提供者:zhang8379156
  1. ARRY_MULTIPLY

    0下载:
  2. 矩阵的转置代码,可以实现N阶矩阵的转置,并且实现矩阵乘法功能。-Matrix transpose code, can achieve N-matrix transpose and implement matrix multiplication function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:吴中方
  1. powerflow

    0下载:
  2. 电力系统潮流计算的源代码,通过雅各比矩阵的转置计算,适用于一个PV节点两个PQ节点-Power flow calculation of the source code, through the Jacob matrix transpose ratio calculation for a PV node two nodes PQ
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:4718
    • 提供者:齐士杰
  1. matrix_mult

    0下载:
  2. 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:7083
    • 提供者:mimic
  1. translate

    0下载:
  2. 转置:通过m*n的矩阵,转置成一个n*m的矩阵,并求出其三元表 快速转置:通过第col列非零元个数,即当列第一个非零元所在位置求出其转置矩阵的三元表 -Matrix transpose transpose fast
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:15730
    • 提供者:karen
  1. SRC

    0下载:
  2. 文件读取,主要针对数据导入;矩阵计算,包含矩阵的加、减、乘及转置,求逆;-Read the file, mainly for data import matrix, including matrix addition, subtraction, multiplication and transpose, inverse
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2683
    • 提供者:andy li
  1. cachelab-handout.tar

    2下载:
  2. CMU经典课程CSAPP的第五个lab,第一部分为编写高速缓存,第二部分为设计程序使矩阵转置的缓存命中率达到要求。满分源码,仅供参考。-The fifth lab CMU classic courses CSAPP, the first part is written in the cache, the second part is a program designed to enable the cache hit rate matrix transpose meet the requirem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3215
    • 提供者:马赞彭
  1. zhuanzhi

    2下载:
  2. 矩阵转置的并行化实现,用的的是c语言,mpi实现的,可以参考下-Matrix transpose of the parallel implementation, using the c language, mpi implementation, you can refer to the next
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:白杨
  1. xsjz

    1下载:
  2. 实现稀疏矩阵压缩存储上的基本运算。 (1)存储结构选择三元组存储方式 (2)实现两个稀疏矩阵的相加、相减与乘法运算,并输出运算结果 (3)实现稀疏矩阵的转置运算。 -To achieve the basic operation of sparse matrix compression storage. (1) storage structure selection triad storage (2) to achieve two sparse matrix additio
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:141215
    • 提供者:黄炜博
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. matrix_src

    0下载:
  2. 基于单文档的矩阵计算器,可以计算矩阵,实现加减乘运算,还包括转置(Based on a single document matrix calculator, you can calculate the matrix, to achieve addition and subtraction multiplication, but also transpose)
  3. 所属分类:按钮控件

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:ALx233
  1. 矩阵库

    0下载:
  2. 实现任意矩阵的加法,减法,乘法,除法,逆运算,转置(Implement any matrix addition, subtraction, multiplication, division, inverse, transpose.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:272384
    • 提供者:你恒哥
  1. C语言矩阵转置

    1下载:
  2. 问题描述 编写一个程序,将一个3行3列的矩阵转置。(Problem descr iption Write a program to transpose a matrix of three rows and three columns.)
  3. 所属分类:其他

    • 发布日期:2020-05-22
    • 文件大小:13312
    • 提供者:jack_ma
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com